# Run in phpMyAdmin or Whatever You're Using to Reach your Database Panel:
ALTER TABLE `tickets` ADD `reopened_awaiting` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `last_agent_replied_at`;